| !Run file for !SetType Application V1.00
| by Paul Hobbs
| First bit as for !Boot
IconSprites <Obey$Dir>.!Sprites
| Find our path
Set SetType$Dir <Obey$Dir>
| Check memory allocation
WimpSlot -min 18K -max 18K
| Start program
Run <SetType$Dir>.!RunImage %*0
| (Just one %, so parameters are
|  substituted before !RunImage is run.
|  'Run' at start is necessary to
|  prevent filing system name being
|  treated as a temporary filing system
|  for the duration of the command.)
